org.eclipse.team.ui.synchronize.actions
Class SyncInfoFilter.AndSyncInfoFilter
java.lang.Object
org.eclipse.team.ui.synchronize.actions.SyncInfoFilter
org.eclipse.team.ui.synchronize.actions.SyncInfoFilter.CompoundSyncInfoFilter
org.eclipse.team.ui.synchronize.actions.SyncInfoFilter.AndSyncInfoFilter
- Enclosing class:
- SyncInfoFilter
- public static class SyncInfoFilter.AndSyncInfoFilter
- extends SyncInfoFilter.CompoundSyncInfoFilter
Selects SyncInfo which match all child filters
Method Summary |
boolean |
select(SyncInfo info)
Return true if the provided SyncInfo matches the filter. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SyncInfoFilter.AndSyncInfoFilter
public SyncInfoFilter.AndSyncInfoFilter(SyncInfoFilter[] filters)
select
public boolean select(SyncInfo info)
- Description copied from class:
SyncInfoFilter
- Return true if the provided SyncInfo matches the filter. The default
behavior it to include resources whose syncKind is non-zero.
- Overrides:
select
in class SyncInfoFilter
- Parameters:
info
-
- Returns:
Copyright (c) IBM Corp. and others 2000, 2003. All Rights Reserved.